signum

(alias) pure function signum(): integer

Deprecated

Use 'sign' instead

Returns the sign of this decimal: -1 if negative, 0 if zero, and 1 if positive.

It holds that for all x, x == x.sign() * x.abs().

Alias

Alias target

Since

0.9.1